home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Utilities / vim-5.1 / src / testdir / test28.in < prev    next >
Encoding:
Text File  |  1997-07-07  |  367 b   |  24 lines

  1. Test for sourcing a file with CTRL-V's at the end of the line
  2.  
  3. STARTTEST
  4. :/firstline/+1,/lastline/-1w! testfile
  5. :so testfile
  6. Gmm__1__2__3__4__5:'m,$w! test.out
  7. :!rm -rf testfile
  8. :qa!
  9. ENDTEST
  10.  
  11. firstline
  12. map __1 afirst
  13. map __2 asecond
  14. map __3 athird
  15. map __4 afourth
  16. map __5 afifth
  17. map __1 asd
  18. map __2 asd
  19. map __3 asd
  20. map __4 asd
  21. map __5 asd
  22. lastline
  23.  
  24.